.logo{
    width: 180px;
  }
  pre {
    display: block;
    margin-top: -30px;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em;
}

.page-title .heading {
 
    margin-top: 3rem;
  padding: 80px 0;
  border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  /* background: url(assets/img/AI1.jpg) top center no-repeat; */
  background-size: cover;
  height: 400px;
  
  
}
.p1 {
    max-width: 100% !important;
    height: 220px !important;
}
.btn1{
  background-color:#950298;
  color: white;
}
.btn1:hover{
  background-color:rgb(119, 1, 121);
  color: white;

}